github.com/klauspost/compress/flate.dictDecoder.availWrite (method)
12 uses
github.com/klauspost/compress/flate (current package)
dict_decoder.go#L72: func (dd *dictDecoder) availWrite() int {
inflate.go#L647: if f.dict.availWrite() == 0 || f.copyLen > 0 {
inflate_gen.go#L86: if dict.availWrite() == 0 {
inflate_gen.go#L252: if dict.availWrite() == 0 || f.copyLen > 0 {
inflate_gen.go#L337: if dict.availWrite() == 0 {
inflate_gen.go#L503: if dict.availWrite() == 0 || f.copyLen > 0 {
inflate_gen.go#L588: if dict.availWrite() == 0 {
inflate_gen.go#L754: if dict.availWrite() == 0 || f.copyLen > 0 {
inflate_gen.go#L839: if dict.availWrite() == 0 {
inflate_gen.go#L1005: if dict.availWrite() == 0 || f.copyLen > 0 {
inflate_gen.go#L1090: if dict.availWrite() == 0 {
inflate_gen.go#L1256: if dict.availWrite() == 0 || f.copyLen > 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |